@charset "utf-8";
/* CSS Document */
body,div,section,figure,strong,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{margin:0;padding:0;}
body{ color:#999; font-size:.1rem; font-family:"微软雅黑";}
ul, ol { list-style: none;} 
img,fieldset{vertical-align:top;border:0;}
strong,h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
input,button,textarea,select{font:100% Arial,''; vertical-align:middle}
table,td,tr,th{font-size:12px;}
.nodispaly{ display:none}
.line{line-height:50px;}
.lineer{line-height:40px;}
.figure{display: block;height: 0;overflow: hidden;position: relative;}
.figure img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;transition: all .5s;}
.FK{color: #999;}
.fs{font-size: .2rem;font-weight: bold;}
.iconfont{font-size: .16rem;}
.clearfix{zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}
a{color:#333; text-decoration:none;}
a:hover {color:#004ea1; text-decoration:underline;}
.layout{padding:.4rem 8%;}

header{padding: .2rem 8% .1rem 8%;display: flex;align-items: center;justify-content: space-between;background: #FFF;}
header h1{width: 4.5rem;}
header h1 img{width: 100%;}
.navm{display: none;width: 1.2rem;height: 1.2rem;line-height: 1.2rem;text-align: center;color: #333;cursor: pointer;}
.navm i{font-size:.6rem;display: block;}

.nav{background: #e7e6e4;padding: 0 8%;}
.nav ul{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.nav li{display: inline-block;position: relative;text-transform: uppercase;width: 16.5%;text-align: center;position: relative;}
.nav li:after{position: absolute;right: -3px;top: 0;width: 3px;height: 100%;background: #FFF;content: "";display: block;}
.nav li p{line-height: .3rem;transition: all 0.3s;height: .3rem;font-size: .12rem;}
.nav li p a{display: block;transition: all 0.3s;height: .3rem;}
.nav li:hover p a{text-decoration: none;color:#004ea1;background: #FFF;}
.nav li.current p a{background: #FFF;}
.nav li i{font-size: .12rem;margin-right: .05rem;display: inline-block;}
.nav li dl{position: absolute;left: 0;top: .3rem;background: #FFF;width: 100%;display: none;padding: .2rem 0;z-index: 100;}
.nav li dd{position: relative;}
.nav li dd a{display: block;transition: all 0.3s;padding: .07rem .1rem;}
.nav li dd:hover a{display: block;text-decoration: none;}
.nav li dd:last-child{border-bottom: none;}
.nav li dd .san{position: absolute;left: 100%;top: 0px;visibility: hidden;opacity: 0;transition: all .3s;width: 1.4rem;}
.nav li dd:hover .san{visibility: visible;opacity: 1;}
.nav li dd:hover .san .list a{padding: .05rem .1rem;background: rgba(0,0,0,0.5);color: #FFF;}
.nav li dd:hover .san .list a:hover{padding: .05rem .1rem;background: #e8bc7f;color: #FFF;}
.nav li:last-child:before{display: none;}

footer{display: flex;align-items: stretch;justify-content: space-between;flex-wrap: wrap;padding: .3rem 8%;background: #e7e6e4;}
footer .left{display: flex;align-items: stretch;justify-content: space-between;flex-wrap: wrap;width: 60%;}
footer .left dt{font-size: .14rem;color:#004ea1;}
footer .left dd{padding-top: .1rem;}
footer .left dd a{color: #666;}
footer .left dd a:hover{text-decoration: none;}
footer .right{text-align: center;}
footer .right h2{font-size: .14rem;color:#004ea1;}
footer .right p{padding-top: .1rem;color: #666;}
footer .right p span{padding: 0 .1rem;}